From 2a059073058c85de94f8b49fa63cde4b09a91a67 Mon Sep 17 00:00:00 2001 From: Eduardo Bautista Date: Thu, 30 Oct 2014 13:10:57 -0600 Subject: [PATCH] Say where examples are placed after they are compiled --- src/doc/manifest.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 60905b86c..205668862 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -341,7 +341,8 @@ the `target` directory. # Examples Files located under `examples` are example uses of the functionality -provided by the library. +provided by the library. When compiled, they are placed in the +`target/examples` directory. They must compile as executables (with `main.rs`) and load in the library by using `extern crate `. They are compiled when -- 2.30.2